home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 23.zip / BS1 part 23 / Prof page II type.adf / Install / Use_This_Disk < prev    next >
AmigaDOS Script File  |  1990-08-10  |  412b  |  20 lines

  1. .KEY foo
  2.  
  3. echo "*NSwitching to use this Compugraphic Font diskette*N"
  4.  
  5. failat 21
  6.  
  7. assign CGFonts: ExtraFonts:
  8.  
  9. if error
  10.     echo "*N*E[;33mSomething went wrong.*E[m*N"
  11.     echo "If you have a diskette called *E[1mCGFonts:*E[m in any drive,"
  12.     echo "remove it and try again."
  13.     wait 10 sec
  14. else
  15.     echo "OK.  From now on, Compugraphic fonts will be taken from this diskette."
  16.     wait 3 sec
  17. endif
  18.  
  19. failat 10
  20.